projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b5d11
)
(lao-composition-function): Don't use prog1.
author
Dave Love
<fx@gnu.org>
Mon, 28 Oct 2002 14:42:53 +0000
(14:42 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 28 Oct 2002 14:42:53 +0000
(14:42 +0000)
lisp/language/lao-util.el
patch
|
blob
|
history
diff --git
a/lisp/language/lao-util.el
b/lisp/language/lao-util.el
index 1639b1bf78b7e279a5e4b3c3a559263c59adc526..0f8d472bddebfcca988b431e8f3cb4c0ecae9961 100644
(file)
--- a/
lisp/language/lao-util.el
+++ b/
lisp/language/lao-util.el
@@
-596,7
+596,7
@@
to compose.
The return value is number of composed characters."
(if (< (1+ from) to)
- (prog
1 (- to from)
+ (prog
n
(if string
(compose-string string from to)
(compose-region from to))